projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841a51e
)
* puresize.h (PURESIZE): Up this to 20500 for MULTI_FRAME Emaces,
author
Jim Blandy
<jimb@redhat.com>
Sat, 19 Jun 1993 22:58:35 +0000
(22:58 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 19 Jun 1993 22:58:35 +0000
(22:58 +0000)
and 190000 for non-MULTI_FRAME Emaces.
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index 97e976ef450407688eca8ddde254fe715396ae87..78b07aa601b1866df89684cdfc78a4f601583989 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-29,9
+29,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef PURESIZE
#ifdef MULTI_FRAME
-#define PURESIZE 20
0
000
+#define PURESIZE 20
5
000
#else
-#define PURESIZE 1
85
000
+#define PURESIZE 1
90
000
#endif
#endif